projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a777242
)
(Finsert_file_contents): Comment fix.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 11 Jul 2001 12:07:27 +0000
(12:07 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 11 Jul 2001 12:07:27 +0000
(12:07 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index becdc9ce008a6cd87f9d470e4be0277f1cd55048..cf03f393328c98a25e71c9ed29ea0b64901e0acf 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-4184,8
+4184,9
@@
actually used.")
if (not_regular && GAP_SIZE < trytry)
make_gap (total - GAP_SIZE);
- /* Allow quitting out of the actual I/O. If we do,
- remove 's */
+ /* Allow quitting out of the actual I/O. If a C-g interrupts
+ this, make sure that no invalid characters remain
+ in the undecoded part read. */
record_unwind_protect (unwind_read,
Fcons (make_number (inserted), visit));
immediate_quit = 1;